home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / comm / tcp / amircpin.rea < prev    next >
Text File  |  1997-05-03  |  2KB  |  68 lines

  1. Short:    ARexx Ping script for AmIRC 
  2. Author:   newlook@ameritech.net (Deryk B. Robosson)
  3. Uploader: newlook@ameritech.net (Deryk B. Robosson)
  4. Version:  1.04
  5. Type:     comm/tcp
  6. Requires: A ping command
  7. Replaces: AmIRCPing.lha
  8.  
  9.  
  10. Installation:
  11. --------------
  12. Copy ping.amirx to amirc/rexx directory
  13.  
  14. Install an alias in AmIRC by selecting setup menu
  15. then lists.  Under Alias tab, select add new alias.
  16.  
  17. Then in edit window type the alias you would like
  18. to use.
  19.  
  20. i.e. pi = /rx ping.amirx %p 
  21. (note the alias isn't called PING
  22. because that's an IRC command)
  23.  
  24. Usage:
  25. --------------
  26.  
  27. /pi someplace.cool.net - and you will be shown the results in a CON window
  28. /pi someplace.cool.net flood - to flood a site
  29. /pi newlook - and you will be shown the results in a CON window
  30.  
  31. If you wish for a count more than five pings, edit the count variable
  32. in the script, it's towards the top.  Count has no effect when using
  33. the FLOOD option.  If using the FLOOD option, you must CTRL-C in the
  34. output window to break the program.
  35.  
  36. Version 1.00
  37. --------------
  38. Initial Creation
  39.  
  40. Version 1.01
  41. --------------
  42. Added flood support
  43. Now allows a users nick to be passed instead of somewhere.com
  44.  
  45. Version 1.02
  46. --------------
  47. Prettied up the display of information to the user
  48.  
  49. Version 1.03 (internal only)
  50. --------------
  51. Corrected typeo in the docs here
  52. Corrected HELP info for flood template
  53.  
  54. Version 1.04
  55. --------------
  56. Cleaned up the code.
  57.  
  58.  
  59. ============================= Archive contents =============================
  60.  
  61. Original  Packed Ratio    Date     Time    Name
  62. -------- ------- ----- --------- --------  -------------
  63.      352     248 29.5% 03-Jan-97 21:54:04  AmIRCPing.readme.info
  64.     2195     988 54.9% 18-Mar-97 23:57:00  ping.amirx
  65.     1413     683 51.6% 18-Mar-97 13:10:50  AmIRCPing.readme
  66. -------- ------- ----- --------- --------
  67.     3960    1919 51.5% 19-Mar-97 16:55:40   3 files
  68.